Gets or sets a function that creates new items for the collection.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Overridable Property NewItemCreator As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public virtual string NewItemCreator {get; set;}
See Also